@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "/common/css/format.css";

/* SP
--------------------------------------- */
@media only screen and (max-width: 736px) {

  /*-----------------------------
		LAYOUT
	------------------------------*/
	/*-----------------------------
		LAYOUT
	------------------------------*/

	html{
		width: 100%;
		min-height:100%;
	}

	body{
		width: 100%;
		min-width: 100%;
		min-height: 100%;
	}




	header{

		background: #76817f url(/home/hoshino/img/mv_hoshino.jpg) no-repeat center center;
		background-size: cover;
		height: 300px;
	}

	header h1{
		text-align: right;
		padding-top: 8px;
	}

	header h1 img{
		height: 26px;
		width: auto;
	}


	nav#pNav{
		background: #f0f0f0;
		background: -moz-linear-gradient(top, #f0f0f0 0%, #fefefe 100%);
		background: -webkit-linear-gradient(top, #f0f0f0 0%,#fefefe 100%);
		background: linear-gradient(to bottom, #f0f0f0 0%,#fefefe 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fefefe',GradientType=0 );
		border-bottom: 1px solid #000;
	}

	nav#pNav ul{
		padding: 10px 0;
		overflow: hidden;

	}
	nav#pNav li{
		width: 33.3333333%;
		float: left;
		border-right: 1px solid #a0a0a0 ;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	nav#pNav.bid li{
		width: 25%;
		float: left;
		border-right: 1px solid #a0a0a0 ;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav#pNav li:last-child{
		border-right: none;
	}
	nav#pNav li img{
		height: 16px;
		width: auto;
	}

	nav#pNav.bid li img{
		height: 14px;
		width: auto;
	}
	nav#pNav li a{
		display: block;
		padding: 15px 0;
	}

	footer{
		background: #eeeeee;
	}

	p.copy{
		color: #000;
		text-align: center;
		height: 80px;
		line-height: 80px;
	}


	section.unit{
		padding-bottom: 30px;
	}

	.inner{
		width: auto;
		margin: 0 10px;
		overflow: hidden;
	}

	section.bg-gray{
		background: #eeeeee;
	}


	#introduction h2{
		width: 100%;
		height: 0;
		padding-top: 57.8125%;
		margin: 30px auto 20px auto;
		background: url(/home/hoshino/img/ttl_sp.gif) no-repeat center center;
		background-size: contain;
		text-indent: -9999px;
	}

	#introduction .column_l h3{
		text-align: center;
	}
	#introduction .column_l h3 img{
		height: 30px;
		width: auto;
	}
	#introduction .column_l p.period{
		text-align: center;
		padding: 20px 0;
	}

	#introduction .column_l p.period img{
		width: 80%;
		height: auto;
	}
	#introduction .column_l p.txt{
		line-height: 1.6;
		font-size: 13px;
	}

	#introduction .column_r{
		text-align: center;
		padding-top: 20px;
	}
	#introduction .column_r img{
		width: 100%;
		height: auto;
	}

	div.stl{
		background: url(/home/hoshino/img/bg_stl.jpg) repeat-x center center;
		height: 70px;
		margin-bottom: 15px;
		background-size: contain;
	}
	div.stl h3{
		text-align: center;
		height: 70px;
		line-height: 70px;
	}
	div.stl h3 img{
		vertical-align: middle;
		height: 28px;
		width: auto;
	}

	ul.indent li{
		margin-left: 1em;
		text-indent: -1em;
	}
	.red{
		color:  #C46B68;
	}

	/*-----------------------------
		TOP
	------------------------------*/

	section.bg-gray .inner{
		padding: 15px;
		background: #FFF;
	}

	#overview h5{
		font-weight: bold;
		font-size: 16px;
	}
	#overview p{
		font-size: 13px;
	}
	#overview p + h5{
		padding-top: 20px;
	}

	#itemlist p{
		font-size: 14px;
	}
	#itemlist ul.indent li{
		font-size: 13px;
	}

	#itemlist .list_wrap{
		padding-top: 20px;
	}

	#itemlist .list_wrap h4{
		background: #76817f;
		color: #FFF;
		line-height: 1;
		padding: 8px 0;
		font-size: 15px;
		text-align: center;
	}

	#itemlist .list_wrap h4 + p{
		text-align: center;
		font-size: 15px;
		padding: 15px 0 20px 0;
	}

	#itemlist .list_wrap.coach div{
	}

	#itemlist .list_wrap.player ul{
		letter-spacing: -0.5em;
	}
	#itemlist .list_wrap.player li{
		width: 46%;
		display: inline-block;
		letter-spacing: normal;
		font-size: 15px;
		text-align: left;
		padding: 15px 5px;
		line-height: 1.2;
	}


	#itemlist .list_wrap.player div{
		padding: 15px 0 20px 0;
	}

	#caution{
		padding-bottom: 0;
	}
	#caution ul.indent li{
		padding-bottom: 5px;
	}



	/*-----------------------------
		GUIDE / MEMBER
	------------------------------*/
	#guide,	#member-rule {
		padding-bottom: 0;
	}

	#guide .inner h5,
	#member-rule .inner h5{
		font-weight: normal;
		background: #76817f;
		color: #FFF;
		font-size: 14px;
		padding: 5px 10px;
	}
	#guide .inner p,
	#member-rule .inner p{
		padding: 10px 0 20px 0;
		font-size: 13px;
	}

	#member-rule ol{
		padding: 10px 0 20px 0;
	}
	#member-rule ol li{
		font-size: 13px;
		list-style-type: decimal;
		margin-left: 2em;
		padding-bottom: 5px;
	}

	#member-rule .inner p + ol{
		padding-top: 0;
	}
	.btn_area{
		padding: 10px 10px 20px 10px;
		text-align: center;
		margin: 10px 0 20px 0;
		background: #f1f1f1;
	}
	.btn_area p{
		text-align: center;
		font-size: 16px !important;
	}

	.btn_area .btn a{
		display: block;
		width: auto;
		height: 50px;
		line-height: 50px;
		color: #000;
		background: #d5d9d8;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #76817f;
	}
	.btn_area ul{
		text-align: center;
	}
	.btn_area li{
		display: inline-block;
		margin: 0 5px;
		width: 44%;
	}
	.btn_area div.btn{
		text-align: center;
		margin: 10px auto 0 auto;
	}


	/*-----------------------------
		FORM
	------------------------------*/

	.registNav{
		text-align: center;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.registNav li{
		float: left;
		width: 50%;
		text-align: center;
		font-size: 12px;
		background: #d5d9d8;
		color: #777;
		height: 40px;
		line-height: 40px;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 2px;
		padding-left: 10px;
	}
	.registNav li.current{
		background: #000;
		color: #FFF;
	}


	.registNav li.current::after{
		content: "";
		width: 0;
		height: 0;
		border-left: 20px solid #000;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		position: absolute;
		right: -20px;
		z-index: 1;
	}
	.registNav li.current::before{
		content: "";
		width: 0;
		height: 0;
		border-left: 20px solid #d5d9d8;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		position: absolute;
		left: 0;
		z-index: 1;
	}

	#regist{
		padding-bottom: 0;
	}
	#regist p{
		font-size: 13px;
	}
	#regist p + ul.indent{
		padding-top: 5px;
		font-size: 13px;
	}
	table.form{
		margin: 20px 0;
		width: 100%;

	}
	table.form th,
	table.form td{
		display: block;
		font-weight: normal;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.form tr{
		display: block;
	}
	table.form th{
		background: #eee;
		font-size: 14px;
	}
	table.form td{
		padding-bottom: 20px;
	}


	table.form input[type="text"],
	table.form input[type="password"],
	table.form select{
		padding: 5px;
		font-size: 16px;
		border : 1px solid #bbb;
		-webkit-border-radius : 0;
		-webkit-appearance : none;
		-webkit-tap-highlight-color : rgba(0,0,0,0);
	}
	table.form input.w1{
		width: 60px;
	}
	table.form input.w2{
		width: 80px;
	}
	table.form input.w3{
		width: 96%;
	}
	table.form th .must{
		color: #C46B68;
		font-size: 10px;
	}
	table.form td.result{
		color: #4D5460;
		font-size: 15px;
	}
	table.form li.btn{
		width: 44%;
		display: inline-block;
	}

	input[type="radio"]{
	     vertical-align:middle; 
	     font-family:"ＭＳ Ｐゴシック","ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; 
	     position:relative;
	     border:none; 
	     top:-2px;
	     top:0\9;
	     margin-right:2px; 
	     margin-right: 0\9; 
 		 height: 16px; 
	 	 line-height: 16px; 
		 border : 1px solid #bbb;s
	}
	.btn input[type="button"]{
		background: #d5d9d8;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #76817f;
		height: 50px;
		vertical-align: middle;
		margin-top: 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius : 0;
		-webkit-appearance : none;
		-webkit-tap-highlight-color : rgba(0,0,0,0);
	}

	.error{
		padding: 10px;
		border: double 4px #C46B68;
		margin-top: 20px;
	}
	.error p{
		color:  #C46B68;
		font-size: 13px !important;
		padding-bottom: 10px;
	}
	.error ul li{
		list-style-type: disc;
		margin-left: 1.5em;
		color: #C46B68;
		font-size: 12px;
	}

	.message{
		border:  #4D5460 4px double;
		padding: 15px;
		background: #E0E0E8;
		color:  #4D5460;
	}

	.message p.normal{
		font-size: 13px !important;
		text-align: left;
		word-break : break-all;
	}
	.message p.normal span{
		font-size: 16px !important;
		text-align: center;
		display: block;
	    padding-bottom: 10px;
	}

	.message + .btn_area{
		margin-top: 20px;
	}

}
